Embed project files
Keep the filesystem within the notebook
It allows to compress the whole project folder and create a self-extracting notebook
note
It does not export anything to a new file, but modifies your notebook with embedded data. Don't forget to save it afterwards
It uses a basic gzip
and stored the data as base64 string inside the internal fields of the notebook. On the next fresh launch it will unpack the data and remove the archive from the notebook.
warning
Do not put ~1Gb files into the notebook folder, otherwise it will probably crash WLJS Notebook app.
Use cases
- Share your notebook with all pictures, iconized data, raw project files maintaining the folder structure.